home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // Male dancer, hangs around wherever there are female ones; I suspect
- // it is not because he likes dancing though - I mean, he's not very
- // good at it...although he does seem to be able to go all night without
- // a rest, as does she.
- //
- // Author: Boon
- //
-
- // SINED SECTION
- //
- /*SINED Innocent_MaleDancer_Target (1 .5 0) (0 0 0) (0 0 0)
- Male Dancer with sweatshirt with target on it
- */
-
- // --------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/mdancer
-
- scale 1.3
-
- // Base Model
- mdancer_base.sbm
-
- //Skins
- normal mdancer_04d.tga
- damage mdancer_damage_04d.tga
-
- // Normal Animations
- idle1 twostep_b.sam
- twitch1 twostep_c.sam
- idle2 twostep_d.sam //boys only
- walk walk.sam
- death death.sam
- //run1 flee_a.sam
- //run2 flee_b.sam
- run3 flee_c.sam
- //run4 flee_d.sam
- pain cower_complete.sam
- crouch_down cower_start.sam
- crouch_idle cower_loop.sam // This animation needs fixing!!!!!!
- crouch_end cower_end.sam
-
- // Optional Animations
- dance1 twostep_a.sam //girls only
-
- // Scripted Animations
-
- // Id And Group Definitions
- id 10 group head flesh
- group head damage 2.0
- id 20 group torso_front flesh
- group torso_front damage 1.2
- id 22 group torso_back flesh
- group torso_back damage 1
- id 30 group leg_left flesh
- group leg_left damage 0.4
- id 40 group leg_right flesh
- group leg_right damage 0.4
- id 50 group arm_left flesh
- group arm_left damage 0.7
- id 60 group arm_right flesh
- group arm_right damage 1
-
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
- //
- // SERVER Initialization Commands
- //
- // Class Setup
- server classname actor
- server script global/neutral.scr
- server setsize "-16 -16 0" "16 16 80"
- server crouchsize "-16 -16 0" "16 16 64"
- server health 30
- server painthreshold 1
-
- // Sound Aliases
-
- //
- // CLIENT Initialization Commands
- //
- // Sound Aliases
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // Special Commands
- server crouch_down last nextanim crouch_idle
-
-